[QUIZ] Test your understanding of SQL - Part 5
- Question 1: Which of the following SQL statements has the correct syntax?
- SELECT CustomerName, COUNT (CustomerName) FROM ORDER BY OrdersName CustomerName
- SELECT CustomerName, COUNT (CustomerName) FROM Orders GROUP BY CustomerName
- SELECT CustomerName, COUNT (CustomerName) FROM Orders
-
- Question 2: Which of the following SQL statements has the correct syntax?
- SELECT * FROM Table1 WHERE Column1 = = 10
- SELECT * FROM Table1 WHERE Column1 => 10
- SELECT * FROM Table1 WHERE Column1> = 10
-
- Question 3: Which SQL statements insert data into the Projects table?
- SAVE INTO Projects (ProjectName, ProjectDescription) VALUES ('Content Development', 'Website content development project')
- INSERT Projects VALUES ('Content Development', 'Website content development project')
- INSERT Projects ('Content Development', 'Website content development project')
- INSERT INTO Projects (ProjectName, ProjectDescription) VALUES ('Content Development', 'Website content development project')
-
- Question 4: Which of the following SQL statements has the correct syntax?
- SELECT Username, Password WHERE Username = 'user1'
- SELECT Username AND Password FROM Users
- SELECT Username, Password FROM Users
-
- Question 5: Which SQL keyword is used to only retrieve unique values?
- DISTINCTIVE
- UNIQUE
- DISTINCT
- DIFFERENT
-
- What does sentence 6: VIEW mean in SQL?
- Is a database diagram.
- A virtual table in a database with content defined through a certain SQL statement.
- Is a stored procedure specifically performed when certain events occur.
-
- Question 7: Which international standard does SQL meet?
- Only ISO (International Organization for Standardization)
- Only meet ANSI (American National Standards Institute) standards
- Meets both ISO and ANSI standards
-
- Question 8: What does DML mean?
- Different Mode Level
- Data Manipulation language
- Data Mode Lane
- Data Model Language
-
- Question 9: Which of the following SQL statements will generate errors when executing?
- CREATE DATABASE students
- CREATE DATABASE students;
- tạo cơ sở dữ liệu nếu không có viên
- IF NOT EXISTS CREATE DATABASE STUDENTS;
-
- Question 10: The ORDER clause is used to sort records in ascending or descending order.
- It's correct
- False
-
- Question 11: Which of the following statements will successfully execute?
- SELECT customer FROM customer_name;
- SELECT FROM customers customer name;
- SELECT customer_name FROM customers ORDER BY zone WHERE cat_id = 12;
- SELECT customer_name FROM customers WHERE cat_id = 12 ORDER BY cat_id;
-
- Question 12: GROUP BY command cannot be used with aggregation functions.
- It's correct
- False
-
- Question 13: In the following functions, what is the aggregate function in SQL?
- CURDATE ()
- COUNT
- AVERAGE
- MAXIMUM
-
- Question 14: The UNION command is used to combine results from multiple queries into a result set.
- It's correct
- False
-
- Question 15: What is the correct order of the ">" and "=" operators when you want to specify greater or equal search conditions?
- > =
- =>
- Both answers are correct
-
4 ★ | 1 Vote
You should read it
- [QUIZ] Test your understanding of SQL - Part 1
- [QUIZ] Test your understanding of SQL - Part 6
- [QUIZ] Test your understanding of SQL - Part 7
- [QUIZ] Check your understanding of SQL - Part 2
- Test about database security P8
- What do you know about NoSQL Database?
- eQuiz - Multiple choice test on SQL
- Test about database security P12
May be interested
- Multiple choice quiz about Python - Part 10following the previous test, part 10 returned with the python function. let's try with quantrimang to try the 10 questions below.
- eQuiz - Quiz on Core Java - Part 1in the quiz below, you will be able to challenge the most basic questions related to core java - one of the most popular programming languages today.
- Excel computer test - Part 3after the second part of the excel test, the network administrator will continue to send you the 3rd part of the quiz series on this topic. let's work together to test your knowledge.
- eQuiz - Multiple choice test on PHP Practice - part 1in the quiz below, we will introduce you to part 1 of the test series of basic knowledge about php practive with 15 questions.
- Test your level of understanding of Office 2010 - Part 1in the article below, the network administrator will send you to read interesting quiz questions about office so you can assess your level of understanding about this software.
- eQuiz - Multiple choice test on programming language C - part 1this is part 1 of a series of tests on knowledge of c programming language, in total there will be 15 questions with no time for answering each sentence.
- The test has a Word answer - Part 7below is part 7 of the word quiz series. hopefully, these quizzes will help you partially test your knowledge for a long time.
- Multiple choice quiz about Python - Part 7following the previous test set, part 7 continues with the topic built-in functions in python. let's try with quantrimang to try the 10 questions below.
- Multiple choice quiz about Python - Part 5if you are interested in learning about the python programming language, the following quiz of network administrator will provide useful knowledge for your learning.
- Testing computer science knowledge, doing little for fun (part 2)the series of computer science quiz questions covers many areas with a set of 4 answers and answers at the bottom of the page. after part 1, network administrator continues to introduce part 2.